home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 101-125 / scopedisk102 / kdlib / read.me < prev    next >
Text File  |  1995-03-19  |  3KB  |  83 lines

  1. The 'KLib' package includes the following files:
  2.  
  3.     kd_freq.library This is the actual library file.  Copy it to your
  4.                     LIBS: directory.
  5.  
  6.     manx.test.c     This is a small program that shows you how to open the
  7.                     library and call the requester in Manx format.
  8.  
  9.     lattice.test.c  Same as above, but for Lattice.
  10.  
  11.     test            This is the executable of the above file.
  12.  
  13.     manx.glue.asm   These are the .asm glue routines for Manx.
  14.                     To use this, you must assemble it, then link it in
  15.                     with your .o files.
  16.  
  17.     lattice.glue.asm These are the .asm glue routines for Lattice.
  18.                     To use this, you must assemble it, then link it in
  19.                     with your .o files.
  20.  
  21.     KDBase.h        C include file.
  22.  
  23.     Bypass_ARP_FR   A program that reroutes all calls to the ARP FR with a
  24.                     call to Freq().  Read Bypass_ARP_FR.doc for details.
  25.  
  26.     kd_freq.doc     Programmer's doc file.
  27.  
  28.     FR_User.doc     A doc file explaining the usage of the file requester.
  29.  
  30.     Read.Me         This file.
  31.  
  32.  
  33. All files are Copyright 1990 Khalid Aldoseri.  You may distribute these files
  34. in any electronic form as long as you keep them in the original format and
  35. arc file or at least as the full package.  These are freely distributable only
  36. if they are not used for a commerical purpose.  I am not liable for anything
  37. resulting from the use of these files, good or bad.  The above applies to all the
  38. abovementioned files.  
  39.  
  40. If you want to use 'kd_freq.library' in any freely distributable program, you
  41. may include the 'kd_freq.library' file as long as you also include the
  42. 'FR_User.DOC' file and mention 'Copyright 1990  Khalid Aldoseri'.
  43.  
  44. If you want to use these for commercial purposes, please contact me at the
  45. following address:
  46.  
  47.                       /-------------------\
  48.                       | Khalid Aldoseri   |
  49.                       | P.O. Box 3300     |
  50.                       | Manama, Bahrain.  |
  51.                       | Tel: (973) 690066 |
  52.                       | Fax: (973) 694777 |
  53.                       \-------------------/
  54.  
  55.                       Compuserve 75166,2531
  56.  
  57.  
  58.                   Copyright 1990  Khalid Aldoseri.
  59.                          16 January 1990.
  60.  
  61.  
  62.  
  63.  
  64. Credits:
  65.  
  66. Many many thanks to all the guys in the AmigaTech forum on Compuserve for
  67. their help, ideas, testing, teasing, joking, and generally giving me a hard
  68. time. (grin)  Special thanks go to:
  69.  
  70.     - Brian Bartlett.
  71.     - Jim Williams.
  72.     - Steve Ahlstrom.
  73.     - Vic Wagner.
  74.     - Larry Phillips.
  75.     - Mike McCormick.
  76.     - David Art.
  77.     - Roy S. Laufer.
  78.     - Keith Young.
  79.  
  80.     (and all the rest.. sorry if I forgot you :-)
  81.  
  82.     Khalid.
  83.